home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000394_news@columbia.edu _Mon Mar 10 15:23:09 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA13783
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 10 Mar 1997 15:23:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA17461
  7.     for kermit.misc@watsun; Mon, 10 Mar 1997 15:23:08 -0500 (EST)
  8. Path: news.columbia.edu!panix!news-peer.gsl.net!news.gsl.net!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help to read file...
  12. Message-ID: <1997Mar10.121714.95423@cc.usu.edu>
  13. Date: 10 Mar 97 12:17:13 MDT
  14. References: <5f2ove$4sb@tom.pppl.gov> <5f4l8u$7ao$1@apakabar.cc.columbia.edu> <5fto4c$ms2@tom.pppl.gov>
  15. Organization: Utah State University
  16. Lines: 45
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:6728
  18.  
  19. In article <5fto4c$ms2@tom.pppl.gov>, arousset@true.net (augusto rousset) writes:
  20. > I want to thank Frank and Ken  for their help, tough this wasn't a
  21. > kermit question. I have not enough knowledge of all this encoding
  22. > matters, and i'm still trying to solve this problem.
  23.  
  24. > ∩┐╜Could you tell me what a C compiler is?
  25.  
  26. > I've been looking other postings in this newsgroup and saw the
  27. > announcement of MS Kermit for DOS. ∩┐╜Can't this program
  28. > help me to view the kind of file I want? 
  29.  
  30.     Given your work address in the header getting local answers should
  31. be a snap. I refer you to them for "what is a C compiler". Kermit's are
  32. not general purpose file-format conversion programs, and below Frank 
  33. indicated how to go about locating one which might solve your problem.
  34.     Joe D.
  35.  
  36. > Thank you again
  37. > Augusto Rousset
  38. > arousset@true.net
  39. > Ken Pizzini <ken@halcyon.com> wrote:
  40. >>In article <5f4l8u$7ao$1@apakabar.cc.columbia.edu>,
  41. >>Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  42. >>>btoa and atob are not standard parts of UNIX -- you have to hunt around the
  43. >>>Internet to find them.  I don't know what the difference between btoa and
  44. >>>xbtoa might be.  Of course if you are not on a UNIX system then you probably
  45. >>>can't read this file at all.
  46. >>Sources to [x]btoa can be found in comp.sources.unix volume 18.
  47. >>I don't know why the ".unix" was used -- this is not Unix
  48. >>specific code.  You will need a C compiler to use it though.
  49. >>For this specific case, provided you have access to a C compiler,
  50. >>one can get around the problem of someone choosing a specialized
  51. >>encoding, but I agree with Frank that it is quite annoying that
  52. >>people blindly send attachments in program-specific formats
  53. >>without first verifying that the recipient can handle such
  54. >>a format.
  55. >>        --Ken Pizzini
  56. > Augusto Rousset
  57. > arousset@true.net